home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / beer.sea / Beer / Beer Stax / card_3891.txt < prev    next >
Text File  |  1988-09-26  |  2KB  |  120 lines

  1. -- card: 3891 from stack: in
  2. -- bmap block id: 4100
  3. -- flags: 0000
  4. -- background id: 25013
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=435 top=317 right=340 bottom=466
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 9120 / 9120
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to previous card
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=467 top=317 right=340 bottom=497
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 19162 / 19162
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to next card
  41. end mouseUp
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 8003
  47. -- rect: left=370 top=315 right=335 bottom=424
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Menu
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   go to card ID 3496
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 4 (button)
  64. -- low flags: 00
  65. -- high flags: 8003
  66. -- rect: left=366 top=293 right=312 bottom=425
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name:  Factors
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   visual effect wipe right slow
  78.   go to card "Rating Scale"
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: 0000
  86. -- rect: left=462 top=285 right=313 bottom=485
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Facts
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   visual effect venetian blinds slowly
  98.   go to card ID 5172
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 6 (button)
  104. -- low flags: 00
  105. -- high flags: 0000
  106. -- rect: left=461 top=253 right=280 bottom=484
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Tastes
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   go to stack "beer tastes"
  118. end mouseUp
  119.  
  120.